home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / PowerMac / Commodore 64 v0.4 PPC.sit / Commodore 64 v0.4 / SOURCE / Floppy.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-04  |  337 b   |  14 lines  |  [TEXT/KAHL]

  1. #ifndef FLOPPY_H
  2. #define FLOPPY_H
  3.  
  4. extern int InitializeFloppy(void);
  5. extern void CreateImage(FSSpec *spec);
  6. extern void AttachFloppyImage(FSSpec *spec);
  7. extern void FloppyDirectory(void);
  8. extern void FloppyCopyTo(void);
  9. extern void FloppyCopyFrom(void);
  10. extern void FloppySelectImage(void);
  11. extern void FloppyCreateImage(void);
  12.  
  13. #endif
  14.